home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / em-xmkit.zip / LOADCODE.MAK < prev    next >
Text File  |  1989-11-17  |  119b  |  10 lines

  1. loadcode.exe: loadcode.asm
  2.     masm loadcode;
  3.     link loadcode;
  4.  
  5. hello.obj: hello.asm
  6.     masm hello;
  7.     link hello;
  8.  
  9.  
  10.